ComponentOne Xamarin.iOS
DefaultSize Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : DefaultSize Property
Gets or sets the default size for the items in the collection.
Syntax
'Declaration
 
Public Property DefaultSize As Nullable(Of GridLength)
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Nullable(Of GridLength)
 
instance.DefaultSize = value
 
value = instance.DefaultSize
public Nullable<GridLength> DefaultSize {get; set;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members